home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / OWLINC.PAK / OLEVIEW.RH < prev    next >
Text File  |  1997-05-06  |  2KB  |  65 lines

  1. //----------------------------------------------------------------------------
  2. // ObjectWindows
  3. // Copyright (c) 1994, 1996 by Borland International, All Rights Reserved
  4. //
  5. //$Revision:   10.3  $
  6. //
  7. // Menu and accelerator IDs for use with TOleView
  8. //----------------------------------------------------------------------------
  9. #if !defined(OWL_OLEVIEW_RH)
  10. #define OWL_OLEVIEW_RH
  11.  
  12. #if !defined(OCF_OCAPP_RH)
  13. # include <ocf/ocapp.rh>
  14. #endif
  15.  
  16. #define CM_EDITPASTESPECIAL       24311
  17. #define CM_EDITPASTELINK          24312
  18. #define CM_EDITINSERTOBJECT       24313
  19. #define CM_EDITLINKS              24314
  20. #define CM_EDITINSERTCONTROL      24315
  21.  
  22. #define CM_EDITOBJECT             24370
  23. #define CM_EDITFIRSTVERB          24371 // 20 verbs at most
  24. #define CM_EDITLASTVERB           24390
  25.  
  26. #define CM_EDITCONVERT            24391
  27. #define CM_EDITSHOWOBJECTS        24392
  28.  
  29. //
  30. // Menu ID
  31. //
  32. #define IDM_OLEPOPUP              32405
  33. #define IDM_OLEVIEW               32406
  34. #define IDM_OLEVIEWEMBED          32407
  35.  
  36. //
  37. // String ID
  38. //
  39. #define IDS_EDITOBJECT      32600
  40. #define IDS_EDITCONVERT     32601
  41. #define IDS_CLOSESERVER     32602
  42. #define IDS_EXITSERVER      32603
  43.  
  44. //
  45. // Accelerator IDs
  46. //
  47. #define IDA_OLEVIEW       32551
  48.  
  49. #if defined(RC_INVOKED)
  50. //
  51. // The following OWL constants are C++ constants. The macros defined
  52. // below allows the constants to be used when compiling resources.
  53. //
  54.  
  55. //
  56. // Window IDs
  57. //
  58. //  Pad decorations IDs, 4 total: 32042, 32043, 32044, 32045
  59. //
  60. #define IDW_PADDECORATION 32042
  61. #define IDW_REMVIEWBUCKET 32046  // Window id for remote view holder
  62.  
  63. #endif  //  RC_INVOKED
  64. #endif  //  OWL_OLEVIEW_RH
  65.